forked from davide-scalzo/react-native-mixpanel
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for RN 61 #1
Open
fhadsheikh
wants to merge
29
commits into
getmaple:update
Choose a base branch
from
davide-scalzo:master
base: update
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added support for tvOS
…dd tvOS support, update iOS and Android SDK; make podspec package.json driven; add fine grained in-app message control; add opt in / out tracking; add autolinking information; Expose iOS params that can be passed on Mixpanel instance initalization: trackCrashes, automaticPushTracking, launchOptions; add Changelog (#180) * Update Android SDK to 5.6.0 * Lock iOS podspec to 3.4.4 * Updater package * Update Readme * Change implementation to api within gradle build * Update iOS Mixpanel to 3.4.5 * Lock iOS podspec to 3.4.5 * Update npm version * Update gitignore - add prefs and vsc project * Update index.d.ts - add clearSuperProperties * Add support for clearing a single registration id on Android * Udpate index.d.ts * [iOS] Pass deviceToken as string to `removePushDeviceToken` as it's convinient way to de-register iOS device * Update readme * Update npm version * Update README.md * [Android] Retrieves current Firebase Cloud Messaging token * Update readme.md and index.d.ts * [Android] Add getPushRegistrationId * Add missing definition * Update README.md * Update definitions and error messages * Update Android SDK to 5.6.3 * Update iOS podspec to 3.4.7 * Update npm version * Update dependencies version * [iOS] Podspec should take velues from package.json * Added support for tvOS * Add append method; update readme.md * Update Mixpanel.h * Added fine grained in-app message control * Add Opting Out / In The later versions of Mixpanel have the ability to opt in/out of collecting data for GDPR purposes. This adds support for those as well as updating the Mixpanel library. * Update version * Update doc * Add information about Autolinking * Add missing Platform import * Update readme; add changelog * Expose iOS params that can be passed on Mixpanel instance initalization: trackCrashes, automaticPushTracking, launchOptions * Fix typo
…o 5.6.8; Check against potential NPE (#207) * Update Android SDK to 5.6.0 * Lock iOS podspec to 3.4.4 * Updater package * Update Readme * Change implementation to api within gradle build * Update iOS Mixpanel to 3.4.5 * Lock iOS podspec to 3.4.5 * Update npm version * Update gitignore - add prefs and vsc project * Update index.d.ts - add clearSuperProperties * Add support for clearing a single registration id on Android * Udpate index.d.ts * [iOS] Pass deviceToken as string to `removePushDeviceToken` as it's convinient way to de-register iOS device * Update readme * Update npm version * Update README.md * [Android] Retrieves current Firebase Cloud Messaging token * Update readme.md and index.d.ts * [Android] Add getPushRegistrationId * Add missing definition * Update README.md * Update definitions and error messages * Update Android SDK to 5.6.3 * Update iOS podspec to 3.4.7 * Update npm version * Update dependencies version * [iOS] Podspec should take velues from package.json * Added support for tvOS * Add append method; update readme.md * Update Mixpanel.h * Added fine grained in-app message control * Add Opting Out / In The later versions of Mixpanel have the ability to opt in/out of collecting data for GDPR purposes. This adds support for those as well as updating the Mixpanel library. * Update version * Update doc * Add information about Autolinking * Add missing Platform import * Update readme; add changelog * Expose iOS params that can be passed on Mixpanel instance initalization: trackCrashes, automaticPushTracking, launchOptions * Fix typo * [iOS] Add missing MixpanelType.h file * Method createAlias should accept two parameters * Update mixpanel-android to 5.6.8 * Update package.json * Update CHANGELOG.md * Update README.md * Add check against potential NPE * Update package.json * Update CHANGELOG.md Co-authored-by: Davide Scalzo <[email protected]>
The version available to pod install now are the 3.6.0 version, with the old 3.5.0, the package are failing on install ios depencendy.
Upgrade Mixpanel Android SDK to 5.8.5
…242) * Added access to the setAppSessionPropertiesIOS which was not exposed * Removed interface for object
Fixing rare instance when getCurrentActivity is null
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.